Skip to main content

🖥️ Get Report myScoreME

Header Configuration

KeyValue
Content-Typetext/xml; charset=utf-8
SOAPAction\"http://tempuri.org/GET_REPORT\

Request Body (JSON Format)

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GET_REPORT xmlns="http://tempuri.org/">
<auth_token></auth_token>
<username></username>
<product>17</product>
<request>
<![CDATA[
<Request>
<CapsApplicant>
<firstname>JOYCE</firstname>
<secondname>RAMAN</secondname>
<lastname>ASSUNCION</lastname>
<dob>1986-05-21</dob>
<gender>2</gender>
<CapsAddress>
<address_type>R</address_type>
<street>B 17 L 16 P 2 MARYCRIS HOMES BUCANDALA 3 CITY OF IMUS CAVITE</street>
<region>REGION IV-A</region>
<province>CAVITE</province>
<city>IMUS CITY</city>
</CapsAddress>
<CapsAddress>
<address_type>R</address_type>
<street>B 17 L 16 P 2 MARYCRIS HOMES BUCANDALA 3 CITY OF IMUS CAVITE</street>
<region>REGION IV-A</region>
<province>CAVITE</province>
<city>IMUS CITY</city>
</CapsAddress>
<CapsPhone>
<phone_type>MP</phone_type>
<phone_number>9373041240</phone_number>
</CapsPhone>
<CapsPhone />
</CapsApplicant>
<CapsInquiry>
<id_type>SSS</id_type>
<id_number>9667751048</id_number>
<applicant_type>M</applicant_type>
<external_reference>LoanApplicati34324231231aaa2aa31</external_reference>
<credit_purpose>HO</credit_purpose>
<type>IN</type>
<financed_amount>2000000</financed_amount>
<instalment>20000</instalment>
<terms>120</terms>
<terms_freq>M</terms_freq>
<consent>1</consent>
</CapsInquiry>
</Request>
]]>
</request>
</GET_REPORT>
</soap12:Body>
</soap12:Envelope>

Parameters Definition

ParameterTypeDescription
auth_tokenStringAuthentication token for API access
usernameStringUsername of the requester
productIntegerProduct identifier (e.g., 17 for a specific use case)
requestXMLThe encapsulated request data
firstnameStringFirst name of the applicant
secondnameStringMiddle name of the applicant
lastnameStringLast name of the applicant
dobDateDate of birth (YYYY-MM-DD)
genderIntegerGender identifier (1 for Male, 2 for Female)
address_typeStringType of address (e.g., 'R' for residential)
streetStringStreet address of the applicant
regionStringRegion of the applicant's residence
provinceStringProvince of the applicant's residence
cityStringCity of the applicant's residence
phone_typeStringType of phone (e.g., 'MP' for mobile phone)
phone_numberStringPhone number of the applicant
id_typeStringType of identification (e.g., 'SSS' for social security)
id_numberStringIdentification number of the applicant
applicant_typeStringType of applicant (e.g., 'M' for main applicant)
external_referenceStringExternal reference ID for tracking
credit_purposeStringPurpose of credit (e.g., 'HO' for home loan)
typeStringInquiry type (e.g., 'IN' for inquiry)
financed_amountIntegerAmount being financed
instalmentIntegerMonthly installment amount
termsIntegerNumber of terms for repayment
terms_freqStringFrequency of terms (e.g., 'M' for monthly)
consentIntegerConsent flag (1 for given, 0 for not given)